***Antipattern***
Count: 14
POST  /company/<realmID>/account [Singular last node with POST method.] 
POST  /company/<realmID>/account [Singular last node with POST method.] 
POST  /company/<realmID>/bill [Singular last node with POST method.] 
POST  /company/<realmID>/bill?operation=delete [Singular last node with POST method.] 
POST  /company/<realmID>/bill [Singular last node with POST method.] 
POST  /company/<realmID>/companyinfo [Singular last node with POST method.] 
POST  /company/<realmID>/companyinfo [Singular last node with POST method.] 
POST  /company/<realmID>/invoice [Singular last node with POST method.] 
POST  /company/<realmID>/invoice?operation=delete [Singular last node with POST method.] 
POST  /company/<realmID>/invoice?operation=void [Singular last node with POST method.] 
POST  /company/<realmID>/invoice [Singular last node with POST method.] 
POST  /company/<realmID>/purchase [Singular last node with POST method.] 
POST  /company/<realmID>/vendor [Singular last node with POST method.] 
POST  /company/<realmID>/taxagency [Singular last node with POST method.] 

***Pattern***
Count: 12
GET  /company/<realmID>/query?query=<selectStatement>regular methods.
GET  /company/<realmID>/account/<accountId>regular methods.
GET  /company/<realmID>/query?query=<selectStatement>regular methods.
GET  /company/<realmID>/bill/<billId>regular methods.
GET  /company/<realmID>/query?query=<selectStatement>regular methods.
GET  /company/<realmID>/companyinfo/<realmID>regular methods.
GET  /company/<realmID>/reports/InventoryValuationSummary?<name>=<value>regular methods.
GET  /company/<realmID>/invoice/<invoiceId>/pdfregular methods.
GET  /company/<realmID>/query?query=<selectStatement>regular methods.
GET  /company/<realmID>/reports/ClassSales?<name>=<value>regular methods.
GET  /company/<realmID>/vendor/<vendorId>regular methods.
GET  /company/<realmID>/query?query=<selectStatement>regular methods.
